GetAttachedProgressBroadcaster
Retrieves the progress broadcaster attached to this progress part.
CyberProgressBroadcaster GetAttachedProgressBroadcaster ();
- return value
- The progress broadcaster attached to the progress part.
DISCUSSION
This method returns the broadcaster that is currently attached to a progress part, if any.If you subclass
CyberProgressPartExtension
, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheAttachProgressBroadcaster
method (page 315).
TheDetachProgressBroadcaster
method (page 315).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help